(etags-recognize-tags-table): Fix misspelling of
authorRichard M. Stallman <rms@gnu.org>
Mon, 7 Jun 1993 18:32:26 +0000 (18:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 7 Jun 1993 18:32:26 +0000 (18:32 +0000)
find-tag-regexp-next-line-after-failure-p.

lisp/progmodes/etags.el

index 158885c1887de13d3cd28f37d2d6ea21f19df086..9b9b6bf27552e3e5af8f27911601527fc03dd0e7 100644 (file)
@@ -879,7 +879,7 @@ See documentation of variable `tags-file-name'."
                 (goto-tag-location-function . etags-goto-tag-location)
                 (find-tag-regexp-search-function . re-search-forward)
                 (find-tag-regexp-tag-order . (tag-re-match-p))
-                (find-tag-regexp-next-line-after-failuire-p . t)
+                (find-tag-regexp-next-line-after-failure-p . t)
                 (find-tag-search-function . search-forward)
                 (find-tag-tag-order . (tag-exact-match-p tag-word-match-p
                                                          tag-any-match-p))